VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / PackFont Methods / PackFont(PdfFont,UInt64[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    PackFont(PdfFont,UInt64[]) Method (PdfFontManager)
    In This Topic
    Packs the specified PDF font.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Overloads Sub PackFont( _
    ByVal font
    The PDF font that should be packed.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByVal symbolCodes
    The Unicode codes of symbols that the font must contain. All other symbols will be removed from font.
    () As ULong _
    )

    Parameters

    font
    The PDF font that should be packed.
    symbolCodes
    The Unicode codes of symbols that the font must contain. All other symbols will be removed from font.
    Exceptions
    ExceptionDescription
    Thrown if there is no mapping from Unicode to symbol codes.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also